Class NATv6ListPoolImpl

All Implemented Interfaces:
IPCData, NATv6List, NATv6ListPool

public class NATv6ListPoolImpl extends NATv6ListImpl implements NATv6ListPool
  • Field Details

    • pool

      protected String pool
  • Constructor Details

    • NATv6ListPoolImpl

      public NATv6ListPoolImpl()
  • Method Details

    • getPool

      public String getPool()
      Specified by:
      getPool in interface NATv6ListPool
      Returns:
      String Returns a String
    • setPool

      public void setPool(String pool)
      Specified by:
      setPool in interface NATv6ListPool
      Parameters:
      pool - Takes in a parameter of pool
    • read

      public void read(EncodedBuffer buffer)
      Reads this object from an EncodedBuffer of raw data
      Specified by:
      read in interface IPCData
      Overrides:
      read in class NATv6ListImpl
      Parameters:
      buffer - The EncodedBuffer that contains the raw data from which to construct this object